home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-03.Z / 94-03 / text0165.txt < prev    next >
Encoding:
Text File  |  1994-03-30  |  8.0 KB  |  198 lines

  1. We used a commercial TCP/IP package called DISTINCT TCP/IP. I selected it 
  2. mainly for its "dialling" abilities, after testing several other packages.
  3. With DISTINCT the first call to the stack will trigger a dial-up, in this 
  4. way you may start several WINSOCK applications, and the first one will start
  5. a dialling script. The last application closed will on the other hand hang-up
  6. the line.
  7.  
  8. The dialling is handled by a powerfull script-language that gives you the
  9. opportunity  to interactively exchange commands/passwords with your remote
  10. server, with conditional testing and retries for erroneous entered strings.
  11.  
  12. The package will also automatically detect line drop-downs, inform you of that 
  13. and attempt a redial in the next consecutive socket call.
  14.  
  15. We have developed a family of test and measurement applications for cellullar
  16. phones networks, based on the WINSOCK API. Our applications make full use of
  17. all the functionality described above and worked as well over PSTN lines as 
  18. over normal ETHERNET.
  19.  
  20. Antonio
  21. Norway
  22. From sjr@dartac.demon.co.uk Sun Mar 13 15:51:36 1994
  23. Received: from dartac.demon.co.uk by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  24.           id AA10002; Sun, 13 Mar 1994 15:51:36 -0500
  25. Path: dartac.demon.co.uk!sjr
  26. From: sjr@dartac.demon.co.uk (Simon Roberts)
  27. Subject: Re: nfs client for winsock?
  28. References:  <CMHFFC.Ez0@world.std.com>
  29. To: winsock@sunsite.unc.edu
  30. Message-Id: <763616322snx@dartac.demon.co.uk>
  31. X-Mailer: cppnews $Revision: 1.40 $
  32. Date: Sun, 13 Mar 94 20:38:42  MET
  33. Organization: Dartacross Limited
  34. Lines: 23
  35.  
  36. In article <CMHFFC.Ez0@world.std.com> you write:
  37. (re: Dan Lanciani's NFS client)
  38.  
  39. > Now, would this work, using just Winsock over a SLIP connection?
  40. > I kind of read the man page on the FTP site and this doesn't seem to have
  41. > all of the pieces required to do NFS over a SLIP using WINSOCK as the
  42. > TCP/IP transport mechanism...
  43.  
  44. No this does not work using Winsock - it uses the DOS based socket API
  45. that the MS WFW TCP package, and related TCP/IP stacks, provide.
  46.  
  47. It does, however, work very well with WFW.
  48.  
  49. Hopefully Dan will turn his attention to a generic Winsock version
  50. of the client in the future.
  51.  
  52. --
  53. Simon Roberts
  54.  
  55. Dartacross Limited              Open Systems and PC/UNIX Consultancy
  56. Marienfelder Strasse 82
  57. 12309 Berlin                    Email: sjr@dartac.demon.co.uk
  58. Germany                         Voice: +49 30 744 6793
  59. From news@bigblue.oit.unc.edu Sun Mar 13 05:06:46 1994
  60. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  61.           id AA10692; Sun, 13 Mar 1994 15:58:28 -0500
  62. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  63.           id AA31119; Sun, 13 Mar 1994 15:41:21 -0500
  64. Received: from GATEWAY by bigblue with netnews
  65.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  66. To: winsock@sunsite.unc.edu
  67. Date: Sun, 13 Mar 94 12:06:46 PDT
  68. From: simon@halcyon.com
  69. Message-Id: <2lvs3k$57k@nwfocus.wa.com>
  70. Organization: Northwest Nexus Inc.
  71. Sender: ses
  72. References: <mdenny.16.030DB096@hk.super.net>
  73. Subject: Re: Drag and drop ftp client for Winsock ?
  74.  
  75.  
  76. In article <mdenny.16.030DB096@hk.super.net>, <mdenny@hk.super.net> writes:
  77. > Path: 
  78. nwnexus!cyber2.cyberstore.ca!math.ohio-state.edu!howland.reston.ans.net!pipex!s
  79. unic!psinntp!psinntp!hk.super.net!mdenny.hk.super.net!mdenny
  80. > From: mdenny@hk.super.net (Michael Denny)
  81. > Newsgroups: alt.winsock
  82. > Subject: Drag and drop ftp client for Winsock ?
  83. > Date: Sun, 13 Mar 1994 22:54:02 UNDEFINED
  84. > Organization: City Polytechnic of Hong Kong
  85. > Lines: 7
  86. > Message-ID: <mdenny.16.030DB096@hk.super.net>
  87. > NNTP-Posting-Host: 202.14.67.47
  88. > X-Newsreader: Trumpet for Windows [Version 1.0 Rev B]
  89. > Has anyone seen a drag and drop ftp client for Winsock?  The ftp client
  90. > would show the server file system like the standard Fileman in Windows
  91. > does and allow file to be copied by draging and droping them like with
  92. > ordinary Windows.  Sort of a poor man's NFS.
  93. > Mike Denny
  94. Supposedly, the FTP client from Spry does exactly that, but the application 
  95. itself isn't a winsock app. Spry chose to put a layer of code between their 
  96. applications and a compliant winsock to make applications development easier.
  97.  
  98. I have a copy of Spry's product, and have never been able to sucessfully 
  99. install it (although I have had success with Chameleon, Trumpet, Distinct, 
  100. Intercon and LWP.) I would certainly be interested in hearing from someone 
  101. that's had better luck with Spry.
  102.  
  103. Mike Simon
  104. From news@bigblue.oit.unc.edu Sun Mar 13 20:43:17 1994
  105. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  106.           id AA14172; Sun, 13 Mar 1994 16:28:28 -0500
  107. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  108.           id AA21242; Sun, 13 Mar 1994 15:59:38 -0500
  109. Received: from GATEWAY by bigblue with netnews
  110.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  111. To: winsock@sunsite.unc.edu
  112. Date: Sun, 13 Mar 1994 20:43:17 GMT
  113. From: grant@gandalf.otago.ac.nz (Grant Bush)
  114. Message-Id: <grant.19.2D837AE5@gandalf.otago.ac.nz>
  115. Organization: University of Otago
  116. Sender: ses
  117. References: <dob.260.00729DC0@inel.gov>, <2lpcj5$msp@raffles.technet.sg>
  118. Subject: Re: Announcing update to WSLPD, version 1.1
  119.  
  120. In article <2lpcj5$msp@raffles.technet.sg> neepc@solomon.technet.sg (Nee Pai Chee) writes:
  121. >From: neepc@solomon.technet.sg (Nee Pai Chee)
  122. >Subject: Re: Announcing update to WSLPD, version 1.1
  123. >Date: 11 Mar 1994 09:11:01 GMT
  124.  
  125. >David L. Brooks (dob@inel.gov) wrote:
  126.  
  127. >: WSLPD is a Berkeley compatible print daemon for WinSock and Windows 3.1;
  128. >: it's kind of like the Unix lpd program.  This version completely replaces
  129. >: the old version; you don't need the old to make the new work.
  130.  
  131. >Just wondering if there is any software that does the same thing but
  132. >run on Novell Netware 3.12 server as NLM.  I do not have an extra PC
  133. >to windows and WSLPD.
  134.  
  135. Yes there is and its shareware(almost). LPDNLM.ZIP from "actrix.gen.nz".
  136. From natale@acec.com Sun Mar 13 11:55:37 1994
  137. Received: from uu3.psi.com by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  138.           id AA16872; Sun, 13 Mar 1994 16:57:24 -0500
  139. Received: from acec.com by uu3.psi.com (5.65b/4.0.071791-PSI/PSINet) via SMTP;
  140.         id AA29612 for winsock@sunsite.unc.edu; Sun, 13 Mar 94 16:57:19 -0500
  141. Received: from natale by nips.acec.com (5.65/3.2.083191-American Computer and Electronics Corp. )
  142.     id AA21578; Sun, 13 Mar 1994 16:56:40 -0500
  143. Date: Sun, 13 Mar 1994 16:55:37 EST
  144. From: Bob Natale <natale@acec.com>
  145. Subject: Re: Small, experimental FTP site open for the weekend
  146. To: ryan@singollo.gsfc.nasa.gov
  147. Cc: Multiple recipients of list <winsock@sunsite.unc.edu>
  148. Message-Id: <ECS9403131637B@acec.com>
  149. Priority: Normal
  150. Mime-Version: 1.0
  151. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  152.  
  153. > From: Ryan Simmons <ryan@singollo.gsfc.nasa.gov>
  154. > Date: Sun, 13 Mar 1994 16:03:58 -0500
  155.  
  156. Hi Ryan,
  157.  
  158. > work related and personal use only.  But I wouldn't mind if over 
  159. > the weekend people logged on, looked around, and did some downloads.  
  160. > I want to see what happens when my machine gets a little traffic.  
  161. > I also want to see how the server software stands up.
  162.  
  163. Well, I was going to exercise it for you, but...
  164.  
  165. > HOW TO GET THERE
  166. > FTP to 128.183.22.177 and do an anonymous login.  It's that easy.
  167.  
  168. Your server would not accept any form of my e-mail address as the
  169. password to the 'anonymous' account that I could think of trying.
  170. Kept giving me 'login denied' (or whatever) errors.
  171.  
  172. > If your ftp software can't autodetect the type of system it's
  173. > logging in to, then set it to look for either DOS/Windows or Chameleon.
  174.  
  175. Well, I was connecting from an ULTRIX machine.
  176.  
  177. > AFTERWARDS
  178. > If you have any problems, could you be kind enough to drop an e-mail
  179. > message to ryan@singollo.gsfc.nasa.gov.  If you just want to drop me a
  180. > note saying you were there, loved my collection, and had no problems, 
  181. > that would be great too.
  182.  
  183. Let me know what was going wrong...either end...and I'll give it another
  184. try.
  185.  
  186. Regards,
  187.  
  188. BobN
  189. ________________________________________________________________
  190. Bob Natale            | American Computer     | 301-258-9850 [v]
  191. Director              | 209 Perry Pkwy        | 301-921-0434 [f]
  192. Network Mgmt Products | Gaithersburg MD 20877 | natale@acec.com
  193.  
  194.  
  195.